
@font-face {
    font-family: 'EntypoRegular';
    src: url('/m/squarespace/media/fonts/entypo-webfont.eot');
    src: url('/m/squarespace/media/fonts/entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/m/squarespace/media/fonts/entypo-webfont.woff') format('woff'),
         url('/m/squarespace/media/fonts/entypo-webfont.ttf') format('truetype'),
         url('/m/squarespace/media/fonts/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    
    background: none repeat scroll 0 0 #181818;
    color: #666;
    font-family: 'Open sans', arial, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

h1{
    color: #222;
}



h1, h2, h3, p {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: proxima-nova, sans-serif;
}

p {
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 1.6em;
}


#room p a:hover, .welcome p a:hover, .action_body a:hover {
    border-bottom-color: #222;
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
}

a, a:hover {
    text-decoration: none;
    color: #222;
}

.spacer3 {
    clear: both;
    height: 30px;
    line-height: 30px;
    visibility: hidden;
    display: none;
}

h1 {
    font-size: 28px;
    padding: 5px 0;
    margin-bottom: 20px;
    line-height: normal;
    font-family: proxima-nova;
}

h2 {
    font-size: 20px;
    padding: 3px 0 10px;
    line-height: normal;
}

h3{
    font-size: 120%;
    padding: 3px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    line-height: 19px;
    font-weight: 700;
}

ul {
    list-style: disc outside none;
    margin-bottom: 1em;
    margin-left: 20px;
    padding-left: 0;
}



code:-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

#wrapper {
    width: 100%;
    background-color: #FFF;
}

#roof {
    width: 920px;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}

#room {
    width: 100%;
    padding: 78px 20px;
}

#CA {
    float: left;
    position: relative;
    width: 100%;
}

#top {
    width: 100%;
    text-align: right;
    padding: 10px 0;
    background: #222;
}

#top nav {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

#top a {
    color: #999;
    font-size: 20px;
    padding: 26px 0;
    margin-left: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#top a:hover {
    color: #fff;
    text-decoration: none;
}

#logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -19px;
}

#logo a {
    display: block;
    width: 288px;
    height: 34px;
    background: url('/m/squarespace/media/images/squarespace-logo-light-answers.png');
    text-indent: -9999px;
}

#nav {
    float: right;
    display: inline-block;
}

#nav a {
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 120px;
    margin-left: 26px;
    text-decoration: none;
    font-family: proxima-nova, arial, sans-serif;
}

#nav a:hover {
    color: #fff;
}

#nav a.on {
    color: #fff;
}

#nav a#nav_ask {
    color: #62C98F;
    font-weight: bold;
    text-decoration: none;
}

.tags a:hover {
    border-color: #777;
    color: #444;
}

.notify {
    background-color: #fff;
    color: #444444;
    font-weight: bold;
    left: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}

.notify p {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#close-notify {
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    padding: 0 3px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
}

div.subscription_tags a:hover {
    background-color: #356FCB;
    color: #FFFFFF;
}




